home *** CD-ROM | disk | FTP | other *** search
- object Splash: TSplash
- Left = 246
- Top = 152
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 178
- ClientWidth = 344
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 344
- Height = 178
- Align = alClient
- BevelWidth = 2
- TabOrder = 1
- object FlashingLabel1: TFlashingLabel
- Left = 12
- Top = 132
- Width = 319
- Height = 16
- Caption = 'This screen is not displayed after Registration'
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- WordWrap = True
- Flashing = True
- Interval = 1000
- end
- object Image1: TImage
- Left = 6
- Top = 6
- Width = 32
- Height = 32
- AutoSize = True
- Center = True
- Picture.Data = {<image000.ico>}
- Stretch = True
- end
- object Image2: TImage
- Left = 60
- Top = 18
- Width = 200
- Height = 50
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Stretch = True
- end
- object Label1: TLabel
- Left = 9
- Top = 72
- Width = 325
- Height = 13
- Alignment = taCenter
- Caption = '32-bit Signature/Tagline Manager for Windows 95/NT'
- end
- object Label2: TLabel
- Left = 60
- Top = 156
- Width = 224
- Height = 13
- Caption = 'For Registration information, see README.TXT'
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object Done: TButton
- Left = 132
- Top = 99
- Width = 79
- Height = 25
- Caption = '&Ok'
- Default = True
- Enabled = False
- TabOrder = 0
- OnClick = DoneClick
- end
- end
-